TicketNetwork Plugin
Your TicketNetwork Hybrid Plugin may be used on your Web pages in a number of different ways:
Pop-up
Window
Add the following javascript code to your web page to pop-up the plugin in a new window:
window.open('http://site_01253_001.ticketsoftware.net/start.asp', '_blank', 'height=400, width=640, scrollbars=yes');
Click to see an example
Internal
Frame
Put an IFrame tag on your Web page, using the plugin as the src attribute:
<iframe width=640 height=400 src="http://site_01253_001.ticketsoftware.net/start.asp">
For example: